projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdef6bb
)
common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL
author
Lars Povlsen
<
[email protected]
>
Tue, 23 Oct 2018 08:21:25 +0000
(10:21 +0200)
committer
Tom Rini
<
[email protected]
>
Fri, 9 Nov 2018 15:44:50 +0000
(10:44 -0500)
common/common_fit.c is including <spl.h>, but not actually using it. The
inclusion will cuase compile error on platforms using CONFIG_OF_SEPARATE
and not SPL.
Signed-off-by: Lars Povlsen <
[email protected]
>
Reviewed-by: Jean-Jacques Hiblot <
[email protected]
>
common/common_fit.c
patch
|
blob
|
history
diff --git
a/common/common_fit.c
b/common/common_fit.c
index 08b51eaffc34912e5ceeca55e5bc18cfc4a18d46..41305d8aa69315e2fd16f18158a01c43f7a08413 100644
(file)
--- a/
common/common_fit.c
+++ b/
common/common_fit.c
@@
-8,7
+8,6
@@
#include <errno.h>
#include <image.h>
#include <linux/libfdt.h>
-#include <spl.h>
ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)
{